home *** CD-ROM | disk | FTP | other *** search
- /* External modules */
- MODULE 'muimaster', 'libraries/mui'
- MODULE 'utility/tagitem', 'utility/hooks'
- MODULE 'intuition/classes', 'intuition/classusr'
-
-
- /* Constant definitions */
- CONST MUI_TRUE = 1
-
-
- /* Object definitions */
- OBJECT obj_app
- app : LONG
- wi_smallexample : LONG
- grOUP_ROOT_0 : LONG
- gr_lists : LONG
- lv_label_0 : LONG
- lv_label_1 : LONG
- gr_grp_1 : LONG
- bt_ok : LONG
- bt_cancel : LONG
- ENDOBJECT
-